Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly set resources encoding in Maven resources plugin #21116

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

edler-san
Copy link
Contributor

To avoid maven warnings and be compatible with the upcoming 4.x release.

Copy link

github-actions bot commented Mar 13, 2025

Test Results

1 176 files  ± 0  1 176 suites  ±0   1h 14m 11s ⏱️ - 1m 2s
7 867 tests ± 0  7 810 ✅ ± 0  57 💤 ±0  0 ❌ ±0 
8 235 runs  +10  8 169 ✅ +10  66 💤 ±0  0 ❌ ±0 

Results for commit c7ae20b. ± Comparison against base commit dc9b402.

♻️ This comment has been updated with latest results.

@mcollovati mcollovati added the Contribution PRs coming from the community or external to the team label Mar 14, 2025
@mshabarov mshabarov requested a review from mcollovati March 17, 2025 12:36
@@ -671,6 +671,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<propertiesEncoding>UTF-8</propertiesEncoding>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: does it make sense to use the project.build.sourceEncoding property?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contribution PRs coming from the community or external to the team +0.0.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants